home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Graphics / Quant / Quant.exe / 0 / RCDATA / TREGISTRATION / TREGISTRATION.txt
Encoding:
Text File  |  1996-12-16  |  3.4 KB  |  162 lines

  1. object Registration: TRegistration
  2.   Left = 253
  3.   Top = 104
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 308
  7.   ClientWidth = 401
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label5: TLabel
  17.     Left = 16
  18.     Top = 248
  19.     Width = 109
  20.     Height = 13
  21.     Caption = 'Registrations available.'
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label6: TLabel
  29.     Left = 16
  30.     Top = 152
  31.     Width = 369
  32.     Height = 17
  33.     AutoSize = False
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     WordWrap = True
  40.   end
  41.   object Label1: TLabel
  42.     Left = 16
  43.     Top = 8
  44.     Width = 108
  45.     Height = 13
  46.     Caption = 'Registration notice'
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold, fsUnderline]
  51.     ParentFont = False
  52.   end
  53.   object Label2: TLabel
  54.     Left = 16
  55.     Top = 136
  56.     Width = 159
  57.     Height = 13
  58.     Caption = 'Personal registration pricing'
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold, fsUnderline]
  63.     ParentFont = False
  64.   end
  65.   object Label3: TLabel
  66.     Left = 16
  67.     Top = 176
  68.     Width = 238
  69.     Height = 13
  70.     Caption = 'Company/Organization registration pricing'
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold, fsUnderline]
  75.     ParentFont = False
  76.   end
  77.   object Label4: TLabel
  78.     Left = 16
  79.     Top = 192
  80.     Width = 369
  81.     Height = 49
  82.     AutoSize = False
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     WordWrap = True
  89.   end
  90.   object Label7: TLabel
  91.     Left = 16
  92.     Top = 72
  93.     Width = 76
  94.     Height = 13
  95.     Caption = 'About pricing'
  96.     Font.Color = clWindowText
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = [fsBold, fsUnderline]
  100.     ParentFont = False
  101.   end
  102.   object Label8: TLabel
  103.     Left = 16
  104.     Top = 88
  105.     Width = 377
  106.     Height = 49
  107.     AutoSize = False
  108.     WordWrap = True
  109.   end
  110.   object Button1: TButton
  111.     Left = 16
  112.     Top = 272
  113.     Width = 105
  114.     Height = 25
  115.     Caption = 'Personal'
  116.     TabOrder = 0
  117.     OnClick = Button1Click
  118.   end
  119.   object Button2: TButton
  120.     Left = 136
  121.     Top = 272
  122.     Width = 121
  123.     Height = 25
  124.     Caption = 'Company/Organization'
  125.     TabOrder = 1
  126.     OnClick = Button2Click
  127.   end
  128.   object Button3: TButton
  129.     Left = 272
  130.     Top = 272
  131.     Width = 113
  132.     Height = 25
  133.     Caption = 'Enter registration key'
  134.     TabOrder = 2
  135.     OnClick = Button3Click
  136.   end
  137.   object Memo1: TMemo
  138.     Left = 16
  139.     Top = 24
  140.     Width = 369
  141.     Height = 41
  142.     BorderStyle = bsNone
  143.     Ctl3D = False
  144.     Font.Color = clWindowText
  145.     Font.Height = -11
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = []
  148.     Lines.Strings = (
  149.       
  150.         'According to Danish Law you have to send or fax us your card inf' +
  151.         'ormation and '
  152.       
  153.         'cardholder signature to obtain valid credit card payment. We acc' +
  154.         'ept only '
  155.       'VISA, Dankort, Mastercard, JCB, and Eurocard.')
  156.     ParentColor = True
  157.     ParentCtl3D = False
  158.     ParentFont = False
  159.     TabOrder = 3
  160.   end
  161. end
  162.